@charset "utf-8";
/* CSS Document */

#foo {
	background-color: #CCC;
	height: 2px;
	width: 100%;
}
#bestbrowser {
	width: 100%;
	font-size: 12px;
	color: #FFF;
	background-color: #777;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
}
#footerWapper {
	height: 113px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #005098;
}
#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footeryear {
	width: 280px;
	font-size: 13px;
	color: #FFF;
	float: left;
	line-height: 30px;
	height: 30px;
	margin-top: 40px;
	margin-left: 5px;
}
#link {
	float: right;
	width: 450px;
	margin-top: 30px;
}
#netlink {
	text-indent: -9999px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#netlink li {
	float: right;
	height: 28px;
	width: 28px;
	margin-right: 5px;
}
#netlink li a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../images/icon/social-media-icons_24.png);
	background-repeat: no-repeat;
}
#net_facebook a {
	background-position: 0px -50px;
}
#net_youtube a {
	background-position: 0px 0px;
}
#net_linkedin a {
	background-position: 0px -100px;
}
#net_twitter a {
	background-position: 0px -200px;
}
#net_wordpress a {
	background-position: 0px -150px;
}
#net_facebook a:hover {
	background-position: -50px -50px;
}
#net_youtube a:hover {
	background-position: -50px 0px;
}
#net_linkedin a:hover {
	background-position: -50px -100px;
}
#net_twitter a:hover {
	background-position: -50px -200px;
}
#net_wordpress a:hover {
	background-position: -50px -150px;
}
#colink {
	text-align: right;
	color: #FFF;
	font-size: 13px;
	margin-top: 5px;
}
#colink a {
	color: #E8FFFF;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}
#colink a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

@media only screen and (min-width: 700px) and (max-width: 949px) {
#footer {
	width: 100%;
}
}
@media only screen and (min-width: 100px) and (max-width: 699px) {
#footer {
	width: 100%;
}
#footeryear {
	width: 100%;
	float: none;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;	
}
#link {
	width: 100%;
	float: none;
	margin-top: 5px;
}
#netlink {
	width: 170px;
	margin: 0px auto;
}
#netlink li {
}
#colink {
	text-align: center;
	margin-top: 10px;	
}
/*FOOTER置底開始*/
#wrapin {
     padding-bottom: 180px;
}
#footerArea {
	margin-top: -180px;
	height: 180px;
	background-color: #005098;
}
/*FOOTER置底結束*/
}
